[jira] Updated: (MECLIPSE-178) symbolic links need to able to be specified in the pom

2009-07-27 Thread Arnaud Heritier (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier updated MECLIPSE-178:
-

   Component/s: Core : .project
Remaining Estimate: 0 minutes
 Original Estimate: 0 minutes

Applied the patch from ashok to not remove links manually added in project
I also modified the eclipse mojo to allow to setup links in the pom and I added 
new ITs to test it
Here is a sample of the configuration :
{code:xml}
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-eclipse-plugin/artifactId
version2.8/version
configuration
linkedResources
linkedResource

namesrc/test/resources/oracle-ds.xml/name
type1/type

locationC://jboss/server/default/deploy/oracle-ds.xml/location
/linkedResource
linkedResource

namesrc/test/resources/mysql-ds.xml/name
type1/type

locationC://jboss/server/default/deploy/mysql-ds.xml/location
/linkedResource
/linkedResources
/configuration
/plugin

{code}

 symbolic links need to able to be specified in the pom
 --

 Key: MECLIPSE-178
 URL: http://jira.codehaus.org/browse/MECLIPSE-178
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
  Components: Core : .project
Reporter: Jim Sellers
 Fix For: 2.8

 Attachments: EclipseProjectWriter.java, 
 EclipseProjectWriterTest.java, LinkedResourceCommand.java, 
 MECLIPSE-178.patch, mylyn-context.zip

   Original Estimate: 0 minutes
  Remaining Estimate: 0 minutes

 In eclipse, you can make a symbolic link to a file.
 create new file - advanced - link to file in the system.
 This will create a part in the .project file like this:
 linkedResources
   link
   namesrc/test/resources/oracle-ds.xml/name
   type1/type
   
 locationC://jboss/server/default/deploy/oracle-ds.xml/location
   /link
   /linkedResources
 When you run mvn eclipse:eclipse this gets wipped out.  It would be great 
 if this soft link didn't have to be re-created someone runs the command.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-178) symbolic links need to able to be specified in the pom

2009-06-15 Thread ashok (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ashok updated MECLIPSE-178:
---

Attachment: EclipseProjectWriterTest.java

Attaching the test case for EclipseProjectWriter.

 symbolic links need to able to be specified in the pom
 --

 Key: MECLIPSE-178
 URL: http://jira.codehaus.org/browse/MECLIPSE-178
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Jim Sellers
 Attachments: EclipseProjectWriter.java, 
 EclipseProjectWriterTest.java, LinkedResourceCommand.java, 
 MECLIPSE-178.patch, mylyn-context.zip


 In eclipse, you can make a symbolic link to a file.
 create new file - advanced - link to file in the system.
 This will create a part in the .project file like this:
 linkedResources
   link
   namesrc/test/resources/oracle-ds.xml/name
   type1/type
   
 locationC://jboss/server/default/deploy/oracle-ds.xml/location
   /link
   /linkedResources
 When you run mvn eclipse:eclipse this gets wipped out.  It would be great 
 if this soft link didn't have to be re-created someone runs the command.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-178) symbolic links need to able to be specified in the pom

2009-04-28 Thread Arnaud Heritier (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier updated MECLIPSE-178:
-

Attachment: MECLIPSE-178.patch

The patch corresponding to modified files

 symbolic links need to able to be specified in the pom
 --

 Key: MECLIPSE-178
 URL: http://jira.codehaus.org/browse/MECLIPSE-178
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Jim Sellers
 Attachments: EclipseProjectWriter.java, LinkedResourceCommand.java, 
 MECLIPSE-178.patch, mylyn-context.zip


 In eclipse, you can make a symbolic link to a file.
 create new file - advanced - link to file in the system.
 This will create a part in the .project file like this:
 linkedResources
   link
   namesrc/test/resources/oracle-ds.xml/name
   type1/type
   
 locationC://jboss/server/default/deploy/oracle-ds.xml/location
   /link
   /linkedResources
 When you run mvn eclipse:eclipse this gets wipped out.  It would be great 
 if this soft link didn't have to be re-created someone runs the command.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-178) symbolic links need to able to be specified in the pom

2009-04-28 Thread Arnaud Heritier (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier updated MECLIPSE-178:
-

Attachment: mylyn-context.zip

 symbolic links need to able to be specified in the pom
 --

 Key: MECLIPSE-178
 URL: http://jira.codehaus.org/browse/MECLIPSE-178
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Jim Sellers
 Attachments: EclipseProjectWriter.java, LinkedResourceCommand.java, 
 MECLIPSE-178.patch, mylyn-context.zip


 In eclipse, you can make a symbolic link to a file.
 create new file - advanced - link to file in the system.
 This will create a part in the .project file like this:
 linkedResources
   link
   namesrc/test/resources/oracle-ds.xml/name
   type1/type
   
 locationC://jboss/server/default/deploy/oracle-ds.xml/location
   /link
   /linkedResources
 When you run mvn eclipse:eclipse this gets wipped out.  It would be great 
 if this soft link didn't have to be re-created someone runs the command.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-178) symbolic links need to able to be specified in the pom

2009-04-27 Thread Arnaud Heritier (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier updated MECLIPSE-178:
-

Attachment: LinkedResourceCommand.java
EclipseProjectWriter.java

Modified files by Ashokkumar Sankaran

 symbolic links need to able to be specified in the pom
 --

 Key: MECLIPSE-178
 URL: http://jira.codehaus.org/browse/MECLIPSE-178
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Jim Sellers
 Attachments: EclipseProjectWriter.java, LinkedResourceCommand.java


 In eclipse, you can make a symbolic link to a file.
 create new file - advanced - link to file in the system.
 This will create a part in the .project file like this:
 linkedResources
   link
   namesrc/test/resources/oracle-ds.xml/name
   type1/type
   
 locationC://jboss/server/default/deploy/oracle-ds.xml/location
   /link
   /linkedResources
 When you run mvn eclipse:eclipse this gets wipped out.  It would be great 
 if this soft link didn't have to be re-created someone runs the command.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-178) symbolic links need to able to be specified in the pom

2007-06-28 Thread Brian Fox (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Fox updated MECLIPSE-178:
---

Fix Version/s: (was: 2.4)
   2.5

 symbolic links need to able to be specified in the pom
 --

 Key: MECLIPSE-178
 URL: http://jira.codehaus.org/browse/MECLIPSE-178
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Jim Sellers
 Fix For: 2.5


 In eclipse, you can make a symbolic link to a file.
 create new file - advanced - link to file in the system.
 This will create a part in the .project file like this:
 linkedResources
   link
   namesrc/test/resources/oracle-ds.xml/name
   type1/type
   
 locationC://jboss/server/default/deploy/oracle-ds.xml/location
   /link
   /linkedResources
 When you run mvn eclipse:eclipse this gets wipped out.  It would be great 
 if this soft link didn't have to be re-created someone runs the command.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-178) symbolic links need to able to be specified in the pom

2006-10-29 Thread fabrizio giustina (JIRA)
 [ http://jira.codehaus.org/browse/MECLIPSE-178?page=all ]

fabrizio giustina updated MECLIPSE-178:
---

Fix Version/s: 2.4

scheduling for 2.4: the eclipse plugin already preserves natures and builders 
in .project, but not linked resources

 symbolic links need to able to be specified in the pom
 --

 Key: MECLIPSE-178
 URL: http://jira.codehaus.org/browse/MECLIPSE-178
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Jim Sellers
 Fix For: 2.4


 In eclipse, you can make a symbolic link to a file.
 create new file - advanced - link to file in the system.
 This will create a part in the .project file like this:
 linkedResources
   link
   namesrc/test/resources/oracle-ds.xml/name
   type1/type
   
 locationC://jboss/server/default/deploy/oracle-ds.xml/location
   /link
   /linkedResources
 When you run mvn eclipse:eclipse this gets wipped out.  It would be great 
 if this soft link didn't have to be re-created someone runs the command.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira