[SCXML] Proposal - drop Ant build support

2013-10-14 Thread Ate Douma

Hi SCXML community,

I'd like to propose dropping Ant build support for the next major SCXML version 
1.0, which development now has been reactivated on trunk.


Both Woonsan and myself are 'Maven' adepts, and have no use nor interest in 
maintaining and updating/fixing the already outdated Ant build configuration.


If someone in the community prefers us to keep and maintain the Ant build, then 
please chime in and provide some help (patches) to update and maintain the Ant 
build configuration.


Unless someone chimes in, I'm going to assume lazy consensus on this proposal, 
and drop the Ant build support by the end of this week.


And of course, we can always restore the Ant build support, if so requested.

Thanks, Ate



-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [SCXML] Proposal - drop Ant build support

2013-10-14 Thread Bruno P. Kinoshita
I'm +1 for this, but I think there are components that need this ant build for 
Debian packages... probably someone else can chime in and confirm if that's the 
case for scxml.

Cheers, 
 
Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com


- Original Message -
 From: Ate Douma a...@douma.nu
 To: Commons Developers List dev@commons.apache.org
 Cc: 
 Sent: Monday, October 14, 2013 5:43 PM
 Subject: [SCXML] Proposal - drop Ant build support
 
 Hi SCXML community,
 
 I'd like to propose dropping Ant build support for the next major SCXML 
 version 
 1.0, which development now has been reactivated on trunk.
 
 Both Woonsan and myself are 'Maven' adepts, and have no use nor interest 
 in 
 maintaining and updating/fixing the already outdated Ant build configuration.
 
 If someone in the community prefers us to keep and maintain the Ant build, 
 then 
 please chime in and provide some help (patches) to update and maintain the 
 Ant 
 build configuration.
 
 Unless someone chimes in, I'm going to assume lazy consensus on this 
 proposal, 
 and drop the Ant build support by the end of this week.
 
 And of course, we can always restore the Ant build support, if so requested.
 
 Thanks, Ate
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [SCXML] Proposal - drop Ant build support

2013-10-14 Thread Emmanuel Bourg
Le 14/10/2013 22:51, Bruno P. Kinoshita a écrit :
 I'm +1 for this, but I think there are components that need this ant build 
 for Debian packages... probably someone else can chime in and confirm if 
 that's the case for scxml.

I did say the Ant build was used for some Debian packages, but scxml
isn't in Debian yet and I'm updating the packages to use Maven instead.
So go for it.

Emmanuel Bourg


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [SCXML] Proposal - drop Ant build support

2013-10-14 Thread Bernd Eckenfels

Am 14.10.2013, 23:22 Uhr, schrieb Emmanuel Bourg ebo...@apache.org:

I did say the Ant build was used for some Debian packages, but scxml
isn't in Debian yet and I'm updating the packages to use Maven instead.
So go for it.


Do you use a deb-builder script or similiar to package those or do you use  
unix:deb or assembly for that inside maven?


Greetings
Bernd
--
http://www.zusammenkunft.net

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [SCXML] Proposal - drop Ant build support

2013-10-14 Thread Emmanuel Bourg
Le 14/10/2013 23:38, Bernd Eckenfels a écrit :

 Do you use a deb-builder script or similiar to package those or do you
 use unix:deb or assembly for that inside maven?

For the official packages I use maven-repo-helper [1] and
maven-debian-helper [2]. It configures Maven to run in offline mode and
pull the artifacts from /usr/share/maven-repo instead of Maven Central.
It also patches the pom.xml at the beginning of the build to adjust the
version of the dependencies to the ones available in Debian.

For non official packages I just use jdeb [3].

Emmanuel Bourg

[1] https://wiki.debian.org/Java/MavenRepoHelper
[2] https://wiki.debian.org/Java/MavenDebianHelper
[3] https://github.com/tcurdt/jdeb


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org