trouble building weblogic ant project w/i eclipse [message #31337] |
Tue, 20 May 2003 11:01  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03402 seconds