No problem Greg! I've just verified that I have access and have been able to do a simple commit, so I'm ready to go :)
Thanks! Cheers, Chema 2012/12/8 Greg Reddin <gred...@gmail.com> > Sorry for the delay again. I've now given jbalsas commit access to Flex. > > I know some of the other new committers had issues with publishing the > site. I'm not sure if that ever got resolved. But you should have access to > the source repo now. > > Greg > > > > On Fri, Dec 7, 2012 at 5:33 PM, Greg Reddin <gred...@gmail.com> wrote: > > > Crap. I'm sorry. Got busy with work and completely forgot. I'll try to > get > > to it when I get back home unless Dave or Bertrand gets to it first. > Sorry. > > > > Sent from my mobile device. > > > > On Dec 7, 2012, at 5:15 PM, Chema Balsas <jbal...@gmail.com> wrote: > > > > > I still don't have access to svn. Greg said he'll be fixing that later > > > today. I'll make the change then unless somebody else beats me to it > > > > > > 2012/12/7 Gordon Smith <gosm...@adobe.com> > > > > > >> Can you make that change? > > >> > > >> -----Original Message----- > > >> From: Chema Balsas [mailto:jbal...@gmail.com] > > >> Sent: Friday, December 07, 2012 2:01 PM > > >> To: flex-dev@incubator.apache.org > > >> Subject: Re: Falcon tests > > >> > > >> This happened to me yesterday after an 'ant wipe'. I accidentally > fixed > > it > > >> for me by running ant main from the compiler folder. I've been > digging, > > and > > >> it seems a call to the 'dist-dev' target is missing from the main > > target in > > >> the falcon folder. > > >> > > >> Adding a call to the compiler.dist-dev target inside the sdk target in > > the > > >> main build file seems to do the trick. > > >> > > >> 2012/12/7 Gordon Smith <gosm...@adobe.com> > > >> > > >>> When I run 'ant tests' for Falcon, the four JAR tests fail due to > Java > > >>> NoClassDefFoundError exceptions. Does anybody else have this problem? > > >>> > > >>> - Gordon > > >>> > > >>> jar.tests: > > >>> [java] java.lang.NoClassDefFoundError: > > >> com/google/common/base/Function > > >>> [java] Caused by: java.lang.ClassNotFoundException: > > >>> com.google.common.base.Function > > >>> [java] at > > java.net.URLClassLoader$1.run(URLClassLoader.java:202) > > >>> [java] at java.security.AccessController.doPrivileged(Native > > >>> Method) > > >>> [java] at > > >>> java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > >>> [java] at > java.lang.ClassLoader.loadClass(ClassLoader.java:307) > > >>> [java] at > > >>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > >>> [java] at > java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > >>> [java] Could not find the main class: > > >>> org.apache.flex.compiler.clients.MXMLC. Program will exit. > > >>> [java] Exception in thread "main" > > >>> [java] Java Result: 1 > > >>> [java] java.lang.NoClassDefFoundError: > > >> com/google/common/base/Function > > >>> [java] Caused by: java.lang.ClassNotFoundException: > > >>> com.google.common.base.Function > > >>> [java] at > > java.net.URLClassLoader$1.run(URLClassLoader.java:202) > > >>> [java] at java.security.AccessController.doPrivileged(Native > > >>> Method) > > >>> [java] at > > >>> java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > >>> [java] at > java.lang.ClassLoader.loadClass(ClassLoader.java:307) > > >>> [java] at > > >>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > >>> [java] at > java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > >>> [java] Could not find the main class: > > >>> org.apache.flex.compiler.clients.COMPC. Program will exit. > > >>> [java] Exception in thread "main" > > >>> [java] Java Result: 1 > > >>> [java] java.lang.NoClassDefFoundError: > > >>> org/apache/commons/cli/ParseException > > >>> [java] Caused by: java.lang.ClassNotFoundException: > > >>> org.apache.commons.cli.ParseException > > >>> [java] at > > java.net.URLClassLoader$1.run(URLClassLoader.java:202) > > >>> [java] at java.security.AccessController.doPrivileged(Native > > >>> Method) > > >>> [java] at > > >>> java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > >>> [java] at > java.lang.ClassLoader.loadClass(ClassLoader.java:307) > > >>> [java] at > > >>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > >>> [java] at > java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > >>> [java] Could not find the main class: > > >>> org.apache.flex.compiler.clients.ASC. Program will exit. > > >>> [java] Exception in thread "main" > > >>> [java] Java Result: 1 > > >>> [java] Exception in thread "main" java.lang.NoClassDefFoundError: > > >>> com/google/common/base/Function > > >>> [java] at > > >>> org.apache.flex.compiler.clients.Optimizer.<init>(Optimizer.java:207) > > >>> [java] at > > >> > > > org.apache.flex.compiler.clients.Optimizer.staticMainNoExit(Optimizer.java:97) > > >>> [java] at > > >>> org.apache.flex.compiler.clients.Optimizer.main(Optimizer.java:90) > > >>> [java] Caused by: java.lang.ClassNotFoundException: > > >>> com.google.common.base.Function > > >>> [java] at > > java.net.URLClassLoader$1.run(URLClassLoader.java:202) > > >>> [java] at java.security.AccessController.doPrivileged(Native > > >>> Method) > > >>> [java] at > > >>> java.net.URLClassLoader.findClass(URLClassLoader.java:190) > > >>> [java] at > java.lang.ClassLoader.loadClass(ClassLoader.java:307) > > >>> [java] at > > >>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > > >>> [java] at > java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > >>> [java] ... 3 more > > >> > > >