• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Build faild error

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
E:\workspace\liferay-plugins-sdk-6.0.6-20110225\portlets>ant deploy
Buildfile: E:\workspace\liferay-plugins-sdk-6.0.6-20110225\portlets\build.xml

deploy:

loop-modules:

deploy-module:

compile:

merge:

BUILD FAILED
E:\workspace\liferay-plugins-sdk-6.0.6-20110225\build-common-plugins.xml:49: The
following error occurred while executing this line:
E:\workspace\liferay-plugins-sdk-6.0.6-20110225\build-common-plugins.xml:69: The
following error occurred while executing this line:
E:\workspace\liferay-plugins-sdk-6.0.6-20110225\build-common-plugins.xml:80: The
following error occurred while executing this line:
E:\workspace\liferay-plugins-sdk-6.0.6-20110225\build-common-plugins.xml:55: The
following error occurred while executing this line:
E:\workspace\liferay-plugins-sdk-6.0.6-20110225\build-common-plugin.xml:294: E:\
workspace\liferay-plugins-sdk-6.0.6-20110225\portlets\workspaceliferay-portal-6.
0.6 omcat-6.0.29\webapps\ROOT\WEB-INF\lib does not exist.



please any body help me
 
Saloon Keeper
Posts: 7633
177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like the build script is trying to access a directory that doesn't exist. Is that just a copy/paste error that the "T" of Tomcat is replaced by a space in the path? And is there a backslash missing?
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im having the same problem.What should i edit to resolve the situation?....

D:\CodeBase\plugins\build-common-plugin.xml:294: D:\CodeBase\plugins\portlets\hello-world-portlet\CodeBasebundlesliferay-portal-6.0.6 omcat-6.0.29\webapps\ROOT\WEB-INF\lib does not exist.

This is the error that im getting.
 
ashok sangi
Greenhorn
Posts: 24
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you should do some modification in build-properties file when you are setting server configuration you should write "/" instead of "\"
 
Sandy Marar
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you!.....Now it works fine!.......
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That error really had me by the jewels...thanks its solved now..
 
We can fix it! We just need some baling wire, some WD-40, a bit of duct tape and this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic