Foros de discusión

Eclipse Development Plug-in

Bruce Grant, modificado hace 16 años.

Eclipse Development Plug-in

New Member Mensajes: 8 Fecha de incorporación: 4/01/08 Mensajes recientes
I am new to LifeRay. I have successfully created an EXT development environment and built a new deployment following the documentation, comments in the Wiki, and a few articles on the message board.

I then decided to try the Eclipse IDE plug-in since I am very familiar with Eclipse. Simple enough to add the plug-in and the three creation button appear in the task bar. When I click to create a deployable war struts project and complete the required information the underlying project gets created but an error is thrown in the console (see below). Simple enough - looking for the Ant build script. My question is which build script do I need to copy into the portlets subdirectory?

java.io.FileNotFoundException: C:\Liferay\portal\ext\portlets\build.xml (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)

Thanks in advance for your help!