[jira] [Updated] (CASSANDRA-12466) Use different build directories for Eclipse and Ant

2016-10-25 Thread Benjamin Lerer (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Lerer updated CASSANDRA-12466:
---
   Resolution: Fixed
Fix Version/s: (was: 3.x)
   3.10
   Status: Resolved  (was: Patch Available)

Committed into 3.X at 6497d3727f932d0b9e95f0ecf2440935f82f4530 and merged into 
trunk

> Use different build directories for Eclipse and Ant
> ---
>
> Key: CASSANDRA-12466
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12466
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Trivial
> Fix For: 3.10
>
> Attachments: 12466-trunk.patch
>
>
> Currently {{ant generate-eclipse-files}} will create an Eclipse project that 
> will write compile classes into the {{build/classes/main/}} output directory, 
> just as ant does. This causes some issues in practice:
> * Eclipse doesn't recognize changes to compiled classes when compiling with 
> ant. You'll have to manually refresh the project and Eclipse acts weird if 
> you forget to do so.
> * Cleaning the project from Eclipse will remove the {{hotspot_compile}} file 
> and {{ant jar}} won't work any longer as this file is required with ant. 
> Eclipse will be happy to delete it during clean but won't be able to generate 
> it.
> * Tests run by ant may pick up classes compiled by Eclipse that may use 
> different build settings and produce different results for testing
> My suggestion is to simply configure Eclipse to use {{build/classes/eclipse}} 
> instead and leave the ant classes alone. See trivial patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-12466) Use different build directories for Eclipse and Ant

2016-08-26 Thread Benjamin Lerer (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Lerer updated CASSANDRA-12466:
---
Reviewer: Benjamin Lerer  (was: T Jake Luciani)

> Use different build directories for Eclipse and Ant
> ---
>
> Key: CASSANDRA-12466
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12466
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Trivial
> Fix For: 3.x
>
> Attachments: 12466-trunk.patch
>
>
> Currently {{ant generate-eclipse-files}} will create an Eclipse project that 
> will write compile classes into the {{build/classes/main/}} output directory, 
> just as ant does. This causes some issues in practice:
> * Eclipse doesn't recognize changes to compiled classes when compiling with 
> ant. You'll have to manually refresh the project and Eclipse acts weird if 
> you forget to do so.
> * Cleaning the project from Eclipse will remove the {{hotspot_compile}} file 
> and {{ant jar}} won't work any longer as this file is required with ant. 
> Eclipse will be happy to delete it during clean but won't be able to generate 
> it.
> * Tests run by ant may pick up classes compiled by Eclipse that may use 
> different build settings and produce different results for testing
> My suggestion is to simply configure Eclipse to use {{build/classes/eclipse}} 
> instead and leave the ant classes alone. See trivial patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-12466) Use different build directories for Eclipse and Ant

2016-08-19 Thread Tyler Hobbs (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tyler Hobbs updated CASSANDRA-12466:

Reviewer: T Jake Luciani

> Use different build directories for Eclipse and Ant
> ---
>
> Key: CASSANDRA-12466
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12466
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Trivial
> Fix For: 3.x
>
> Attachments: 12466-trunk.patch
>
>
> Currently {{ant generate-eclipse-files}} will create an Eclipse project that 
> will write compile classes into the {{build/classes/main/}} output directory, 
> just as ant does. This causes some issues in practice:
> * Eclipse doesn't recognize changes to compiled classes when compiling with 
> ant. You'll have to manually refresh the project and Eclipse acts weird if 
> you forget to do so.
> * Cleaning the project from Eclipse will remove the {{hotspot_compile}} file 
> and {{ant jar}} won't work any longer as this file is required with ant. 
> Eclipse will be happy to delete it during clean but won't be able to generate 
> it.
> * Tests run by ant may pick up classes compiled by Eclipse that may use 
> different build settings and produce different results for testing
> My suggestion is to simply configure Eclipse to use {{build/classes/eclipse}} 
> instead and leave the ant classes alone. See trivial patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-12466) Use different build directories for Eclipse and Ant

2016-08-16 Thread Stefan Podkowinski (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Podkowinski updated CASSANDRA-12466:
---
Attachment: 12466-trunk.patch

> Use different build directories for Eclipse and Ant
> ---
>
> Key: CASSANDRA-12466
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12466
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Trivial
> Fix For: 3.x
>
> Attachments: 12466-trunk.patch
>
>
> Currently {{ant generate-eclipse-files}} will create an Eclipse project that 
> will write compile classes into the {{build/classes/main/}} output directory, 
> just as ant does. This causes some issues in practice:
> * Eclipse doesn't recognize changes to compiled classes when compiling with 
> ant. You'll have to manually refresh the project and Eclipse acts weird if 
> you forget to do so.
> * Cleaning the project from Eclipse will remove the {{hotspot_compile}} file 
> and {{ant jar}} won't work any longer as this file is required with ant. 
> Eclipse will be happy to delete it during clean but won't be able to generate 
> it.
> * Tests run by ant may pick up classes compiled by Eclipse that may use 
> different build settings and produce different results for testing
> My suggestion is to simply configure Eclipse to use {{build/classes/eclipse}} 
> instead and leave the ant classes alone. See trivial patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-12466) Use different build directories for Eclipse and Ant

2016-08-16 Thread Stefan Podkowinski (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Podkowinski updated CASSANDRA-12466:
---
Fix Version/s: 3.x
   Status: Patch Available  (was: Open)

> Use different build directories for Eclipse and Ant
> ---
>
> Key: CASSANDRA-12466
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12466
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Trivial
> Fix For: 3.x
>
>
> Currently {{ant generate-eclipse-files}} will create an Eclipse project that 
> will write compile classes into the {{build/classes/main/}} output directory, 
> just as ant does. This causes some issues in practice:
> * Eclipse doesn't recognize changes to compiled classes when compiling with 
> ant. You'll have to manually refresh the project and Eclipse acts weird if 
> you forget to do so.
> * Cleaning the project from Eclipse will remove the {{hotspot_compile}} file 
> and {{ant jar}} won't work any longer as this file is required with ant. 
> Eclipse will be happy to delete it during clean but won't be able to generate 
> it.
> * Tests run by ant may pick up classes compiled by Eclipse that may use 
> different build settings and produce different results for testing
> My suggestion is to simply configure Eclipse to use {{build/classes/eclipse}} 
> instead and leave the ant classes alone. See trivial patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)