Re: App Server Deployment Help

2014-07-14 Thread Alex Renger
Good Morning Oliver, I gave it another try this morning, just for good measure. $ rm -fr sling $ svn co http://svn.apache.org/repos/asf/sling/trunk sling $ mvn -DskipTests clean install # this fails, so I had to revert to r1609744 $ svn update -r r1609744 $ mvn -DskipTests clean install # BUILD

Re: App Server Deployment Help

2014-07-14 Thread Robert Munteanu
On Mon, Jul 14, 2014 at 2:30 PM, Alex Renger aren...@gmail.com wrote: $ rm -fr sling $ svn co http://svn.apache.org/repos/asf/sling/trunk sling $ mvn -DskipTests clean install # this fails, so I had to revert to r1609744 If the failure that you got was related to the list.xml syntax error, it

OSGi Config Admin Files in Sling Launchpad

2014-07-14 Thread David Bosschaert
Hi all, I was wondering how I can provide configuration files for OSGi config admin using the default Sling standalone Launchpad. So basically I would like to copy some file to some place when the launchpad is running to set some OSGi Config Admin configuration dynamically. This is basically

Re: OSGi Config Admin Files in Sling Launchpad

2014-07-14 Thread David Bosschaert
Thanks Chetan, Sorry, I didn't mention this. I do not want to modify the launchpad jar file. So I would rather copy these files to a directory that is available at runtime (I presume somewhere under the sling/ directory that is created when starting up). I tried copying them to

Re: App Server Deployment Help

2014-07-14 Thread Oliver Lietz
On Monday 14 July 2014 13:30:36 Alex Renger wrote: Good Morning Oliver, hi Alex, I gave it another try this morning, just for good measure. $ rm -fr sling $ svn co http://svn.apache.org/repos/asf/sling/trunk sling $ mvn -DskipTests clean install # this fails, so I had to revert to

Re: App Server Deployment Help

2014-07-14 Thread Alex Renger
Whew -- good catch Oliver! I'm not using said war file because somewhere in my wanderings through sling directories I came to confuse base with builder. They both contain target directories, each with similar wars and jars that are refreshed during maven clean install... and this whole deal is