The following comment has been added to this issue:
Author: Jason Taft
Created: Thu, 24 Feb 2005 9:10 AM
Body:
Though the workaround does work, I am not understanding the reasoning behind it.
Maybe my situation will help explain my lack of understanding?
I am working on improving the eclipse plugin to allow me to create the
appropriate .project and .classpath artifacts for use with Websphere Studio
Application Developer (WSAD) 5. Although I can use the currently (I'm using
v1.9 of this plugin) generated artifacts to successfully import a project into
WSAD's java perspective, these artifacts need some additional information in
order to be recognized by the J2EE perspective (the application assembly
toolkit is now the j2ee perspective) shipped with WSAD.
One of the additions I need to make is to add a conclasspath entry for the
websphere j2ee.ejb "container."
My ejb project doesn't contain any unit tests (and it isn't necessary to get
into the merits of this decision).
I look forward to the enlightenment, be gentle :), but I currently fail to see
why creating an empty unit test src directory should be necessary as my
long-term solution.
Thanks,
Jason Taft
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPECLIPSE-62?page=comments#action_30264
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPECLIPSE-62
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPECLIPSE-62
Summary: maven.eclipse.conclasspath is ignored when junit test src is not
present
Type: Bug
Status: Closed
Priority: Major
Resolution: WON'T FIX
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-eclipse-plugin
Versions:
1.9
Assignee: David Eric Pugh
Reporter: Dan Tran
Created: Wed, 29 Dec 2004 2:46 AM
Updated: Thu, 24 Feb 2005 9:10 AM
Environment: XP, jdk 1.4.2
Description:
Tracing thru the jelly code and tested it myself, maven-eclipse-plugin
completely ignore the processing of maven.eclipse.conclasspath when the
${unitTestSourcesPresent} is not true.
the code is in src/plugin-resources/templates/classpath.jelly
is it a bug?
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]