4 Replies Latest reply on Mar 1, 2004 5:27 PM by jae77

    Current CVS does not compile

    giorgio42

      I did a clean co nukes. Building with mysql properties results in compilation errors in the news module:
      [execmodules] C:\java\nukes2\nukes\news\src\main\org\jboss\nukes\addons\modules\news\Topics.java
      :418: secAuthAction(java.lang.String,org.jboss.nukes.security.Level) in org.jboss.nukes.componen
      t.ComponentSupport cannot be applied to (java.lang.String,java.lang.String,org.jboss.nukes.secur
      ity.Level)
      [execmodules] if (module.secAuthAction("news:topics:", Utils.genTopicSecInstance(top
      ic), Constants.SEC_ACCESS_READ))
      [execmodules] ^
      [execmodules] 23 errors

      (WinXP, SUN JDK 1.4.2_02, javac, JBoss-3.2.3).

      Any hints?
      Georg

        • 1. Re: Current CVS does not compile
          jae77

          the news module currently does not compile w/ the latest changes to how security works. i'm also refactoring the code to add templates right now, so i'm not ready to check in the changes.

          perhaps for now it should be removed from the main build script - you can still compile and deploy individual components tho.

          • 2. Re: Current CVS does not compile
            jae77

            ok - i removed the news module from the build for now, this will allow you to compile everything from the master build directory.

            • 3. Re: Current CVS does not compile
              giorgio42

              Thanks!
              What is the idea behind the new security implementation in Nukes?

              The "Bastard Project Manager from Hell" question ;-): Do you have a schedule?

              Cheers
              Georg

              • 4. Re: Current CVS does not compile
                jae77

                no new idea - it's just been simplified - see this thread for more details: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46133

                as for when the news module will be done, i'm not sure. i'm working as quickly as i can, but i only really have time to put in during the evening hours - and i need to balance that w/ other things i need to get done. damn my current day job :)

                the 1.0 release is only including a few of the more stable modules (ie, forums) and news isn't one of them yet.