Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » trouble building weblogic ant project w/i eclipse
trouble building weblogic ant project w/i eclipse [message #31337] Tue, 20 May 2003 11:01 Go to next message
Eclipse UserFriend
Originally posted by: mark_lybarger.DONTSPAMMEyahoo.com

our team is having some troubles building a weblogic application (ejb's)
by running ant from within the eclipse ide. we have added the weblogic.jar
to the project's java build path, and the servlet stuff compiles ok, by
that i mean that if i change a file that uses something from the weblogic
jar, and save it, it saves w/o errors showing up. we try to run ant by
right clicking on a build.xml and selecting run from the context menu. the
ant script builds the web stuff, then spawns off a new process for each of
the ejb builds (the ejb's each have their own ant build script).


[javac] C:\WEB-INF\src\java\com\cbc\isac\ejb20\LoginClient.java:10: cannot
resolve symbol
[javac] symbol : class CreateException
[javac] location: package ejb
[javac] import javax.ejb.CreateException;
[javac] ^
[javac] C:\WEB-INF\src\java\com\cbc\isac\ejb20\LoginClient.java:11:
cannot resolve

any ideas? i was able to get mine to work, but it took quite a bit of
fiddling and i'm not quite sure what i changed. now others on our team are
having the same issue.
Re: trouble building weblogic ant project w/i eclipse [message #31672 is a reply to message #31337] Tue, 20 May 2003 11:43 Go to previous message
Eclipse UserFriend
Originally posted by: mark_lybarger.NOSPAMyahoo.com

doh, we frixed this by getting the latest build.xml from source safe.
seems adding the weblogic.jar to the path was all that was needed.

mark wrote:

> our team is having some troubles building a weblogic application (ejb's)
> by running ant from within the eclipse ide. we have added the weblogic.jar
> to the project's java build path, and the servlet stuff compiles ok, by
> that i mean that if i change a file that uses something from the weblogic
> jar, and save it, it saves w/o errors showing up. we try to run ant by
> right clicking on a build.xml and selecting run from the context menu. the
> ant script builds the web stuff, then spawns off a new process for each of
> the ejb builds (the ejb's each have their own ant build script).


> [javac] C:\WEB-INF\src\java\com\cbc\isac\ejb20\LoginClient.java:10: cannot
> resolve symbol
> [javac] symbol : class CreateException
> [javac] location: package ejb
> [javac] import javax.ejb.CreateException;
> [javac] ^
> [javac] C:\WEB-INF\src\java\com\cbc\isac\ejb20\LoginClient.java:11:
> cannot resolve

> any ideas? i was able to get mine to work, but it took quite a bit of
> fiddling and i'm not quite sure what i changed. now others on our team are
> having the same issue.
Previous Topic:Turn off auto compile
Next Topic:add new project to CVS repository
Goto Forum:
  


Current Time: Sun Oct 19 18:34:27 EDT 2025

Powered by FUDForum. Page generated in 0.03605 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top